home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / misc_src / cslib16b / error.err next >
Encoding:
Text File  |  1995-11-01  |  9.7 KB  |  158 lines

  1. Info 1000: %s %s %s %s %s
  2. Fatal Error 1110: CSWINDOW: WORK_WINDOW: null pointer.
  3. Fatal Error 1115: CSWINDOW: ACTIVATE_WINDOW: null pointer.
  4. Fatal Error 1120: CSWINDOW: HIDE_WINDOW: null pointer.
  5. Fatal Error 1125: CSWINDOW: OUT_CHAIN: null pointer.
  6. Fatal Error 1130: CSWINDOW: WIN REMOVE: window doesn't exist.
  7. Fatal Error 1135: CSWINDOW: win_make: Trying to create window -1.
  8. Fatal Error 1140: CSWINDOW: Out of memory.
  9. Fatal Error 1145: CSWINDOW: win_current: Tracing error faulty number.
  10. Fatal Error 1150: CSWINDOW: Cannot open browse file: %s.
  11. Fatal Error 1310: CSJULIAN: Cannot calculate julian date for year=0.
  12. Fatal Error 1410: CSDATE: Unknown date format.
  13. Fatal Error 1510: CSFIELD: Type of set_max() differs from the field type.
  14. Fatal Error 1515: CSFIELD: Type of set_min() differs from the field type.
  15. Error 1610: CSHEAP: Heap is already open.
  16. Fatal Error 1620: CSHEAP: Cannot open. Heap not initialized.
  17. Fatal Error 1630: CSHEAP: Not open. Cannot allocate.
  18. Fatal Error 1640: CSHEAP: Malloc() internal error.  You found a bug!
  19. Fatal Error 2110: CSMENU: MENU point_2_opt: invalid option.
  20. Fatal Error 2115: CSMENU: to many options.
  21. Fatal Error 2120: CSMENU: submenu, invalid option.
  22. Fatal Error 2125: CSMENU: display option, invalid option.
  23. Fatal Error 2130: CSMENU: connect: invalid option.
  24. Fatal Error 2510: CSTEMPLATE: invalid template.
  25. Fatal Error 2515: CSTEMPLATE: invalid template string.
  26. Fatal Error 2520: CSTEMPLATE: character %s not allowed in template.
  27. Fatal Error 3110: CSPANEL: cannot allocate field.
  28. Fatal Error 3115: CSPANEL: Error, max number of fields reached.
  29. Fatal Error 3120: CSPANEL: exit_field: field %s does not exist.
  30. Fatal Error 3125: CSPANEL: protecting non-existing field.
  31. Fatal Error 3130: CSPANEL: cannot allocate field for double.
  32. Fatal Error 3135: CSPANEL: cannot allocate field for float.
  33. Fatal Error 3140: CSPANEL: cannot allocate field for long.
  34. Fatal Error 3145: CSPANEL: cannot allocate field for integer.
  35. Fatal Error 3150: CSPANEL: cannot allocate field for string.
  36. Fatal Error 3155: CSPANEL: cannot allocate field for character.
  37. Fatal Error 3160: CSPANEL: cannot allocate field for DATE.
  38. DEBUG Warning 3310: CSMALLOC: File %s line %s farcalloc() returns NULL.
  39. DEBUG Warning 3320: CSMALLOC: File %s line %s farmalloc() returns NULL.
  40. DEBUG Warning 3330: CSMALLOC: File %s line %s calloc() returns NULL.
  41. DEBUG Warning 3340: CSMALLOC: File %s line %s malloc() returns NULL.
  42. DEBUG Warning 3380: CSMALLOC: File %s line %s realloc() returns NULL.
  43. DEBUG Warning 3390: CSMALLOC: File %s line %s realloc() returns NULL.
  44. DEBUG Error 3315: CSMALLOC: File %s line %s farfree(NULL).
  45. DEBUG Error 3316: CSMALLOC: File %s line %s farfree( NOT USED ).
  46. DEBUG Error 3325: CSMALLOC: File %s line %s free(NULL).
  47. DEBUG Error 3326: CSMALLOC: File %s line %s free( NOT USED ).
  48. DEBUG Error 3335: CSMALLOC: File %s line %s realloc(NULL).
  49. DEBUG Error 3336: CSMALLOC: File %s line %s realloc( NOT USED ).
  50. DEBUG Error 3345: CSMALLOC: File %s line %s farrealloc(NULL).
  51. DEBUG Error 3346: CSMALLOC: File %s line %s farrealloc( NOT USED ).
  52. DEBUG Error 3350: CSMALLOC: Cannot open log file %s.
  53. DEBUG Error 3360: CSMALLOC: NearHeap fails test in file %s line %s.
  54. DEBUG Error 3370: CSMALLOC: FarHeap fails test in file %s line %s.
  55. Fatal Error 3510: EDSTR: string to long. %s
  56. Fatal Error 3515: EDSTR: alloc_min, cannot minimize allocation.
  57. Fatal Error 3520: EDSTR: alloc_adjust, cannot adjust allocation.
  58. Fatal Error 3525: EDSTR: cannot allocate memory.
  59. Fatal Error 7010: BASE: out of memory.
  60. Error 7110: Class %s: Cannot use 'go_to()' with an active index.
  61. Fatal Error 8010: %s is not a PAGE database file, or file is corrupted.
  62. Fatal Error 8020: PAGE %s: No pages in empty page chain.
  63. Fatal Error 8210: %s is not a BTREE file, or file corrupted.
  64. Fatal Error 8215: Cannot open BTREE %s. Is already open.
  65. Fatal Error 8216: Cannot open BTREE %s. Out of memory.
  66. Fatal Error 8220: Cannot initialize BTREE. Out of memory.
  67. Warning 8225: Multiple Keys can not be set. BTREE %s is already open. IGNORED.
  68. Fatal Error 8226: BTREE: minimum key length is 1. Cannot Define %s.
  69. Fatal Error 8227: BTREE: negative data length. Cannot Define %s.
  70. Fatal Error 8228: BTREE: multiple keys NOT allowed with data length 0.
  71. Error 8230: BTREE is closed. Cannot Pack.
  72. Error 8235: BTREE %s Pack(). Cannot open temporary file.
  73. Error 8240: BTREE %s Pack(). Out of memory.
  74. Error 8245: BTREE %s Pack(). Disk Full?
  75. Error 8250: BTREE %s Pack(). Read error.
  76. Fatal Error 8310: CSTABLE %s Index key less then data key.
  77. Error 8320: CSTABLE %s Attempt to use PREV() before SEARCH() or INSERT().
  78. Error 8330: CSTABLE %s Attempt to use NEXT() before SEARCH() or INSERT().
  79. Fatal Error 8340: CSTABLE %s Insufficient memory to allocate data block.
  80. Fatal Error 8350: CSTABLE %s Insufficient memory to allocate index block.
  81. Fatal Error 8420: CSARRAY %s Argument of SIZE(%s) too large.
  82. Fatal Error 8430: CSARRAY %s Not enough memory to allocate buffer.
  83. Warning 8440: CSARRAY %s You cannot change SIZE(). Attempt ignored.
  84. Fatal Error 8450: CSARRAY %s Index %s out of range.
  85. Fatal Error 8460: CSARRAY %s Class not properly set up. SIZE() has to be called.
  86. Fatal Error 8710: BUFFER %s Out of memory. Cannot allocate buffer.
  87. Fatal Error 8715: BUFFER %s Cannot initialize class. Not enough memory.
  88. Fatal Error 8720: BUFFER %s No buffers available.
  89. Fatal Error 8725: BUFFER class not open. Cannot set number of buffers.
  90. Fatal Error 8726: BUFFER class not open. Cannot load buffer.
  91. Fatal Error 8730: BUFFER %s Buffer 2 file, page %s. Cannot perform fseek.
  92. Fatal Error 8735: BUFFER %s File 2 buffer, page %s. Cannot perform fseek.
  93. Fatal Error 8740: BUFFER %s Buffer 2 file, page %s. Cannot perform fwrite.
  94. Fatal Error 8745: BUFFER %s File 2 buffer, page %s. Cannot perform fread.
  95. Fatal Error 8750: BUFFER %s number_buff() needs to be called before assign().
  96. Fatal Error 8755: BUFFER: Cannot open. Is already opened.
  97. Fatal Error 8756: BUFFER: %s. Number of buffers NOT set.
  98. Error 8790: BUFFER: %s locate_buff() Priority %s out of range [0..31], ADJUSTED.
  99. Error 8791: BUFFER: %s load_buff() Priority %s out of range [0..31], ADJUSTED.
  100. Error 8792: BUFFER: %s change_stat() Priority %s out of range [0..31], ADJUSTED.
  101. Fatal Error 9310: TBASE: %s Recordsize larger then 32765 bytes.
  102. DEBUG Error 9320: TBASE: %s Invalid record %s!..... Waiting for keyboard hit.
  103. Fatal Error 9340: TBASE is already open. Cannot open again.
  104. Fatal Error 9341: TBASE is open. Cannot call define().
  105. Fatal Error 9350: %s is not a TBASE file, or file corrupted!
  106. Error 9390: TBASE: %s Out of memory during pack().
  107. Warning 9504: %s Cannot call empty(). Database needs to be open. IGNORED.
  108. Fatal Error 9505: PAGE: %s Too much DATA read from header. Max is %s.
  109. Fatal Error 9506: PAGE: %s Too much DATA written to header. Max is %s.
  110. Fatal Error 9510: PAGE: %s Read_header: cannot perform fseek.
  111. Fatal Error 9511: PAGE: %s Write user data, database NOT open.
  112. Fatal Error 9512: PAGE: %s Write user data, cannot perform fseek.
  113. Fatal Error 9513: PAGE: %s Write user data, disk full?
  114. Fatal Error 9515: PAGE: %s Data_2_header(): cannot perform fseek.
  115. Fatal Error 9520: PAGE: %s Read_header: eof.
  116. Fatal Error 9521: PAGE: %s Read user data, database NOT open.
  117. Fatal Error 9522: PAGE: %s Read user data, cannot perform fseek.
  118. Fatal Error 9523: PAGE: %s Read user data, cannot perform fread.
  119. Fatal Error 9525: PAGE: %s Data_2_header(): cannot perform fwrite.
  120. Fatal Error 9530: PAGE: %s Read_header: io error.
  121. Fatal Error 9535: PAGE: %s Header_2_data(): Database is not open!
  122. Fatal Error 9540: PAGE: %s Write_header: cannot perform fseek.
  123. Fatal Error 9545: PAGE: %s Header_2_data(): cannot perform fseek.
  124. Fatal Error 9550: PAGE: %s Write_header: cannot perform fwrite.
  125. Fatal Error 9555: PAGE: %s Header_2_data(): cannot perform fread.
  126. Fatal Error 9560: PAGE: %s Cannot open file during definition.
  127. Error 9565: PAGE: %s Cannot set page size. Database already open. IGNORED.
  128. Error 9570: PAGE: %s Cannot open. Locked? Read only?
  129. Error 9571: PAGE: %s Cannot open. File doesn't exist.
  130. Error 9575: PAGE: %s Maximum page size is %s bytes. Page size is NOT changed.
  131. Fatal Error 9580: PAGE: %s Cannot close database. Disk full?
  132. Error 9585: PAGE: %s Cannot open database. Is already open.
  133. Fatal Error 9590: PAGE: %s File not open. Cannot read data from header.
  134. Fatal Error 9591: PAGE: %s File not open. Cannot write data to header.
  135. Error 9592: PAGE: %s File not open. Cannot execute 'save_as()'.
  136. Error 9595: PAGE: %s Out of memory during 'save_as()'.
  137. DEBUG Warning 9596: PAGE Cannot close(). Class not open.
  138. Fatal Error 9610: VRAM: %s Wrong page size. File corrupted?
  139. Fatal Error 9620: VRAM: %s Cannot initialize, out of memory.
  140. Fatal Error 9630: %s is not a VRAM file, or file is corrupted.
  141. Fatal Error 9631: VRAM: %s vmalloc(%s), attempt to allocate more then %s bytes.
  142. Fatal Error 9640: VRAM: %s Chunk size %s bytes is to big.
  143. Error 9666: VRAM: class NOT open. Cannot execute %s function.
  144. Error 9667: VRAM: %s already open. Cannot execute %s function.
  145. Fatal Error 9710: VBASE: %s Cannot allocate empty-chain table.
  146. Fatal Error 9720: VBASE: %s Maximum-record-size of %s bytes is too big.
  147. Fatal Error 9730: VBASE: %s Attempt to read invalid record %s.
  148. Fatal Error 9740: VBASE: %s Attempt to write invalid record %s.
  149. Fatal Error 9750: VBASE: %s Cannot open. Illegal number of indexes!
  150. Fatal Error 9751: VBASE: %s Cannot open. Wrong page size.
  151. Fatal Error 9760: VBASE: %s Attempt to append record with invalid length %s.
  152. Fatal Error 9761: VBASE: %s Attempt to write record with invalid length %s.
  153. Error 9768: VBASE: %s Database NOT open. Cannot execute pack().
  154. Error 9770: VBASE: %s Database NOT open. Cannot execute info();
  155. Error 9771: VBASE: %s Database NOT open. Cannot execute empty();
  156. Warning 9772: VBASE: %s Not enough memory to execute PACK().
  157. Fatal Error 9780: %s is not VBASE database file, or file is corrupted.
  158.